Skip to content

feat(docs): update documentation with agent-based navigation and Quer…#94

Merged
zTgx merged 1 commit intomainfrom
dev
Apr 20, 2026
Merged

feat(docs): update documentation with agent-based navigation and Quer…#94
zTgx merged 1 commit intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Contributor

@zTgx zTgx commented Apr 20, 2026

…yContext

  • Replace LLM Navigation with LLM Agent Navigation that uses commands (ls, cd, cat, find, grep) for tree traversal
  • Add QueryContext import and update query examples to use new API
  • Change 'What's Next?' to 'How It Works' with detailed workflow steps
  • Update architecture diagrams to reflect Evidence-based results instead of Answer
  • Add Navigation Index stage to indexing pipeline with NavEntry + ChildRoute data
  • Update Orchestrator description with DocCards review and evidence formatting
  • Expand Worker section with command details, navigation strategy, and dynamic re-planning
  • Add DocCard Catalog explanation for multi-document optimization
  • Update cross-document graph with background task implementation
  • Revise summary strategies to reflect Worker agent usage
  • Simplify getting started examples by removing unnecessary checks
  • Update introduction with agent navigation terminology
  • Replace search algorithms with worker navigation commands and strategies
  • Consolidate retrieval strategies into unified agent-based approach

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

…yContext

- Replace LLM Navigation with LLM Agent Navigation that uses commands
  (ls, cd, cat, find, grep) for tree traversal
- Add QueryContext import and update query examples to use new API
- Change 'What's Next?' to 'How It Works' with detailed workflow steps
- Update architecture diagrams to reflect Evidence-based results instead
  of Answer
- Add Navigation Index stage to indexing pipeline with NavEntry +
  ChildRoute data
- Update Orchestrator description with DocCards review and evidence
  formatting
- Expand Worker section with command details, navigation strategy, and
  dynamic re-planning
- Add DocCard Catalog explanation for multi-document optimization
- Update cross-document graph with background task implementation
- Revise summary strategies to reflect Worker agent usage
- Simplify getting started examples by removing unnecessary checks
- Update introduction with agent navigation terminology
- Replace search algorithms with worker navigation commands and
  strategies
- Consolidate retrieval strategies into unified agent-based approach
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 20, 2026 0:08am

@zTgx zTgx merged commit 99bb2c2 into main Apr 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant